POST /ShortLink/DeleteForgotten/
Deletes short links whose "last accessed time" is before the specified date.
Request
| Method |
Request URI |
| POST |
/API/ShortLink/DeleteForgotten/?sessionId=value |
URI Parameters
| URI Parameter |
Description |
| sessionId |
Current session ID.
|
Request Body
Name: thresholdDate
Type: System.DateTime
Response
Response Body
A System.Int32 with the number of short links deleted, or a status code indicating the problem.